ARM: bcm2835: Split the DT for peripherals from the DT for the CPU
authorEric Anholt <eric@anholt.net>
Wed, 16 Dec 2015 21:24:40 +0000 (13:24 -0800)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 17 Mar 2016 01:25:23 +0000 (01:25 +0000)
commit949254db1cd46b28367f27c7927e2a8f8a307406
tree649972ebb8edf1d0317f1a6a895db5b1cc974088
parent539e35d65fdb8fe67836ff5f1c44350e14f71c23
ARM: bcm2835: Split the DT for peripherals from the DT for the CPU

The set of peripherals remained constant across bcm2835 (Raspberry Pi
1) and bcm2836 (Raspberry Pi 2), but the CPU was swapped out.  Split
the files so that we can include just peripheral setup in 2836.

Signed-off-by: Eric Anholt <eric@anholt.net>
Gbp-Pq: Topic features/arm/rpi
Gbp-Pq: Name arm-bcm2835-split-the-dt-for-peripherals-from-the-dt.patch
arch/arm/boot/dts/bcm2835.dtsi
arch/arm/boot/dts/bcm283x.dtsi [new file with mode: 0644]